SCTimer/PWM (SCT) Start Stop example
======================================

Example description
-------------------
LPC5411x SCT Start Stop demo program for LPCXpressso board

This example shows a possible usage of SCT start and stop events that can influence the other half of the same SCT.
In addition, this example contains a sample application for the SCT Fizzim designer tool using the Keil compiler.
The timer in the SCT is configured in split mode (2 x 16-bit timers).
Each half of the timer generates start and stop events, which alternatively starts and stops the other half of timer, in a ping-pong fashion.
Note: for keeping one timer in stopped state while exiting reset, the HALT bit needs to be cleared in the same write cycle as the STOP bit.


Special connection requirements
-------------------------------
LPC54114 LPCXpresso board:


Build procedures:
-----------------
Visit the LPCOpen Quick start guide at
[http://www.lpcware.com/content/project/lpcopen-platform-nxp-lpc-microcontrollers/lpcopen-v200-quickstart-guides]
to get started building LPCOpen projects.
